-
-
Notifications
You must be signed in to change notification settings - Fork 743
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: migrate community page folder and their related components to typescript #2857
feat: migrate community page folder and their related components to typescript #2857
Conversation
✅ Deploy Preview for asyncapi-website ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
I think this is happening due to usage of:
in the |
.github/workflows/help-command.yml
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are there changes to workflow files?
config/MAINTAINERS.json
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is there a change to this file?
@devilkiller-ag Seems like there is some rebase issue with the PR since it contains changes from the master branch. |
Hi @anshgoyalevil Everything has been resolved, expect for this one:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👏
/rtm |
Description
This PR migrates the components inside the following folder to TypeScript:
pages/community
components/dashboard
Related issue(s)
#2636